home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1997 July / PC Pro July 1997.iso / essentia.ls / INTERNET / 32bit / Webpro / DATA.Z / WebEdit.exe / 0 / RCDATA / TFRMTABLEBUILDER / TFRMTABLEBUILDER.txt
Encoding:
Text File  |  1996-08-21  |  13.3 KB  |  495 lines

  1. object frmTableBuilder: TfrmTableBuilder
  2.   Left = 394
  3.   Top = 418
  4.   HelpContext = 90
  5.   ActiveControl = btnGenerateTable
  6.   BorderStyle = bsDialog
  7.   Caption = 'Table Builder'
  8.   ClientHeight = 447
  9.   ClientWidth = 426
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 4
  25.     Top = 216
  26.     Width = 417
  27.     Height = 187
  28.   end
  29.   object lblTableWidth: TLabel
  30.     Left = 16
  31.     Top = 228
  32.     Width = 47
  33.     Height = 13
  34.     Caption = 'Table Wi&dth'
  35.     FocusControl = cmbTableWidth
  36.   end
  37.   object lblAlign: TLabel
  38.     Left = 168
  39.     Top = 228
  40.     Width = 81
  41.     Height = 13
  42.     Alignment = taRightJustify
  43.     Caption = 'Table &Align'
  44.     FocusControl = cmbAlign
  45.   end
  46.   object lblBorder: TLabel
  47.     Left = 297
  48.     Top = 282
  49.     Width = 64
  50.     Height = 15
  51.     Caption = 'Border &Width'
  52.   end
  53.   object lblCaption: TLabel
  54.     Left = 16
  55.     Top = 256
  56.     Width = 81
  57.     Height = 17
  58.     Caption = '&Caption'
  59.     FocusControl = txtCaption
  60.   end
  61.   object lblCaptionAlign: TLabel
  62.     Left = 16
  63.     Top = 283
  64.     Width = 89
  65.     Height = 14
  66.     Caption = 'Caption A&lignment'
  67.     FocusControl = cmbCaptionAlign
  68.   end
  69.   object lblFieldSeperator1: TLabel
  70.     Left = 120
  71.     Top = 370
  72.     Width = 113
  73.     Height = 15
  74.     Alignment = taCenter
  75.     Caption = 'Import / Export'
  76.   end
  77.   object lblFieldSeperator2: TLabel
  78.     Left = 120
  79.     Top = 382
  80.     Width = 113
  81.     Height = 19
  82.     Alignment = taCenter
  83.     Caption = 'Field &Separator'
  84.     FocusControl = cbxSeperator
  85.   end
  86.   object lblCellColor: TLabel
  87.     Left = 16
  88.     Top = 338
  89.     Width = 44
  90.     Height = 13
  91.     Caption = 'C&ell Color'
  92.     FocusControl = txtColor
  93.     Font.Color = clBlack
  94.     Font.Height = -12
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = []
  97.     ParentFont = False
  98.   end
  99.   object shpBGColor: TShape
  100.     Left = 243
  101.     Top = 334
  102.     Width = 25
  103.     Height = 21
  104.   end
  105.   object Bevel2: TBevel
  106.     Left = 6
  107.     Top = 362
  108.     Width = 413
  109.     Height = 9
  110.     Shape = bsTopLine
  111.     Style = bsRaised
  112.   end
  113.   object lblCellPadding: TLabel
  114.     Left = 16
  115.     Top = 310
  116.     Width = 57
  117.     Height = 19
  118.     Caption = 'Cell&Padding'
  119.     FocusControl = txtCellPadding
  120.   end
  121.   object lblCellSpacing: TLabel
  122.     Left = 231
  123.     Top = 308
  124.     Width = 58
  125.     Height = 21
  126.     Caption = 'Cell&Spacing'
  127.     FocusControl = txtCellSpacing
  128.   end
  129.   object btnGenerateTable: TBitBtn
  130.     Left = 153
  131.     Top = 416
  132.     Width = 100
  133.     Height = 25
  134.     Caption = '&Generate Table'
  135.     Default = True
  136.     ModalResult = 1
  137.     TabOrder = 13
  138.     OnClick = btnGenerateTableClick
  139.     NumGlyphs = 2
  140.     Spacing = -1
  141.     IsControl = True
  142.   end
  143.   object btnClose: TBitBtn
  144.     Left = 260
  145.     Top = 416
  146.     Width = 77
  147.     Height = 25
  148.     Cancel = True
  149.     Caption = 'Close'
  150.     ModalResult = 2
  151.     TabOrder = 14
  152.     OnClick = btnCloseClick
  153.     NumGlyphs = 2
  154.     Spacing = -1
  155.     IsControl = True
  156.   end
  157.   object HelpBtn: TBitBtn
  158.     Left = 344
  159.     Top = 416
  160.     Width = 77
  161.     Height = 25
  162.     Caption = '&Help'
  163.     TabOrder = 15
  164.     OnClick = HelpBtnClick
  165.     NumGlyphs = 2
  166.     Spacing = -1
  167.     IsControl = True
  168.   end
  169.   object cmbTableWidth: TComboBox
  170.     Left = 112
  171.     Top = 224
  172.     Width = 57
  173.     Height = 21
  174.     Hint = 'Width of the table'
  175.     ItemHeight = 13
  176.     Items.Strings = (
  177.       '90%'
  178.       '80%'
  179.       '70%'
  180.       '60%'
  181.       '50%'
  182.       '40%'
  183.       '30%'
  184.       '20%'
  185.       '10%')
  186.     TabOrder = 0
  187.     OnKeyPress = cmbTableWidthKeyPress
  188.   end
  189.   object cmbAlign: TComboBox
  190.     Left = 256
  191.     Top = 224
  192.     Width = 153
  193.     Height = 21
  194.     Hint = 'Usually left, right or center'
  195.     ItemHeight = 13
  196.     Items.Strings = (
  197.       'absbottom'
  198.       'absmiddle'
  199.       'baseline'
  200.       'bleedleft'
  201.       'bleedright'
  202.       'bottom'
  203.       'center'
  204.       'left'
  205.       'middle'
  206.       'right'
  207.       'text'
  208.       'top')
  209.     TabOrder = 1
  210.   end
  211.   object chkBorder: TCheckBox
  212.     Left = 237
  213.     Top = 281
  214.     Width = 49
  215.     Height = 17
  216.     Hint = 'Display table with border lines'
  217.     Caption = '&Border'
  218.     State = cbChecked
  219.     TabOrder = 4
  220.     OnClick = chkBorderClick
  221.   end
  222.   object txtBorder: TMaskEdit
  223.     Left = 368
  224.     Top = 279
  225.     Width = 41
  226.     Height = 21
  227.     Hint = 'Width of the table'#39's outside border'
  228.     MaxLength = 0
  229.     TabOrder = 5
  230.     Text = '1'
  231.     OnKeyPress = txtBorderKeyPress
  232.   end
  233.   object txtCaption: TEdit
  234.     Left = 112
  235.     Top = 252
  236.     Width = 297
  237.     Height = 21
  238.     Hint = 'The table'#39's caption'
  239.     TabOrder = 2
  240.   end
  241.   object cmbCaptionAlign: TComboBox
  242.     Left = 112
  243.     Top = 279
  244.     Width = 113
  245.     Height = 21
  246.     Hint = 'Location of the table'#39's caption'
  247.     ItemHeight = 13
  248.     Items.Strings = (
  249.       'bottom'
  250.       'top')
  251.     TabOrder = 3
  252.   end
  253.   object bbtnImport: TBitBtn
  254.     Left = 16
  255.     Top = 371
  256.     Width = 105
  257.     Height = 25
  258.     Hint = 'Imports a file into the table'
  259.     Caption = 'Import'
  260.     TabOrder = 10
  261.     OnClick = bbtnImportClick
  262.     Glyph.Data = {
  263.       12040000424D1204000000000000760000002800000054000000150000000100
  264.       0400000000009C03000000000000000000000000000000000000000000000000
  265.       80000080000000808000800000008000800080800000C0C0C000808080000000
  266.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  267.       7777777777777777777777777777777777777777777777777777777777777777
  268.       7777777700007777777777777777777777777777777777777777777777777777
  269.       77777777777F7F7F7F7F7F7F7F7F7F7F00007777777777777777777777777777
  270.       7777777777777777777777777777777777777777777777777777777700007777
  271.       777777777777777777777FFFFFFFFFFFF77777777777777777777777777F7F7F
  272.       7F7F7F7F7F7F7F7F00007780000000000000777777778888888888888F777777
  273.       8000000000000077777778000000000000077777000077007B7B7B7B7B7B0777
  274.       77788F777777777778F77777007B7B7B7B7B7B07777F7007B7B7B7B7B7B07F7F
  275.       0000770F07B7B7B7B7B707777778F8F77777777778F777770707B7B7B7B7B7B0
  276.       777770707B7B7B7B7B7B07770000770B0B7B7B7B7B7B07777778F8F777777777
  277.       778F77770BB07B7B7B7B7B7B077F70BB07B7B7B7B7B7B07F0000770F0BB7B7B7
  278.       B7B7B0777778F78F77777777778F777707BF000007B7B7B7B077707B7000007B
  279.       7B7B7B070000770BF07B7B7B7B7B70777778F78FFFFF77777778F7770BFBFBFB
  280.       F0000000077F70B7BF0FFF000000007F0000770FB0B7B7B7B7B7B0777778F778
  281.       8888FFFFFFF8F77707BFBFBFBFBFB0777777707B7B0FFFFFFFF077770000770B
  282.       F07B7B7B7B7B7B077778F77777778888888777770BFBFBFBFBFBF077777F70B7
  283.       BF0FFFFFFFF07F7F0000770FBF000000B7B7B7077778F777777777778F777777
  284.       07BFBFBFBFBFB0777777707B7B0FFFFFFFF077770000770BFBFBFBF000000077
  285.       7778F7777FFFFFFF8F7777770BFBFBFBFBFBF077777F70B7BF0FFFFFFFF07F7F
  286.       0000770FBFBF0000000777777778FFFFF88888887777777707BFBF0000000777
  287.       7777707B7B0FFFFFFFF077770000777000007777777777777777888887777777
  288.       777777777000007777777777777F7F00000FFFFF00007F7F0000777777777777
  289.       77777777777777777777777777777777777777777777777777777777770FFFFF
  290.       0F07777700007777777777777777777777777777777777777777777777777777
  291.       77777777777F7F7F7F0FFFFF007F7F7F00007777777777777777777777777777
  292.       7777777777777777777777777777777777777777770000000777777700007777
  293.       77777777777777777777777777777777777777777777777777777777777F7F7F
  294.       7F7F7F7F7F7F7F7F000077777777777777777777777777777777777777777777
  295.       77777777777777777777777777777777777777770000}
  296.     NumGlyphs = 4
  297.   end
  298.   object bbtnExport: TBitBtn
  299.     Left = 304
  300.     Top = 370
  301.     Width = 105
  302.     Height = 25
  303.     Hint = 'Exports the table to a file'
  304.     Caption = 'Export'
  305.     TabOrder = 12
  306.     OnClick = bbtnExportClick
  307.     Glyph.Data = {
  308.       12040000424D1204000000000000760000002800000054000000150000000100
  309.       0400000000009C03000000000000000000000000000000000000000000000000
  310.       80000080000000808000800000008000800080800000C0C0C000808080000000
  311.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  312.       7777777777777777777777777777777777777777777777777777777777777777
  313.       7777777700007777777777777777777777777777777777777777777777777777
  314.       77777777777F7F7F7F7F7F7F7F7F7F7F00007777777777777777777777777777
  315.       7777777777777777777777777777777777777777777777777777777700007777
  316.       777777777777777777777FFFFFFFFFFFFFF777777777777777777777777F7F7F
  317.       7F7F7F7F7F7F7F7F000077780000000000008777777788888888888888F77777
  318.       780000000000008777777780000000000008777700007770CC0FCCFF70CC0777
  319.       77778F78F777778F78F7777770CC07FF00F0CC07777F7F0CC07FF00F0CC07F7F
  320.       00007770CC0FCCFF70CC077777778F78F777778F78F7777770CC07FF00F0CC07
  321.       7777770CC07FF00F0CC0777700007770CC0FFFFF70CC077777778F78FFFFFF8F
  322.       78F7777770CC07FFFFF0CC07777F7F0CC07FFFFF0CC07F7F00007770CC600000
  323.       06CC077777778F778888887778F7777770CC60000006CC077777770CC6000000
  324.       6CC0777700007770CCCCCCCCCCCC077777778F77F7F7F7F778F7777770CCCCCC
  325.       CCCCCC07777F7F0CCCCCCCCCCCC07F7F00007770C6000000006C077777778F78
  326.       8888888F78F7777770C6000000006C077777770C6000000006C0777700007770
  327.       C0FFFFFFFF0C077777778F8F77777778F8F7777770C0BFBFBFBF0C07777F7F0C
  328.       0BFBFBFBF0C07F7F00007770C0FBFBFBFB0C077777778F8F77777778F8F77777
  329.       70C0FBFBFBFB0C077777770C0FBFBFBFB0C0777700007770C0FFFFFFFF0C0777
  330.       77778F8F77777778F8F7777770C0BFBFBFBF0C07777F7F0C0BFBFBFBF0C07F7F
  331.       00007770C0FBFBFBFB0C077777778F8F77777778F8F7777770C0FBFBFBFB0C07
  332.       7777770C0FBFBFBFB0C077770000777000FFFFFFFF0007777777888F77777778
  333.       88F777777000BFBFBFBF0007777F7F000BFBFBFBF0007F7F00007770C0FBFBFB
  334.       FB0C07777777878FFFFFFFF878F7777770C0FBFBFBFB0C077777770C0FBFBFBF
  335.       B0C0777700007778000000000000877777778888888888888877777778000000
  336.       00000087777F7F800000000000087F7F00007777777777777777777777777777
  337.       7777777777777777777777777777777777777777777777777777777700007777
  338.       77777777777777777777777777777777777777777777777777777777777F7F7F
  339.       7F7F7F7F7F7F7F7F000077777777777777777777777777777777777777777777
  340.       77777777777777777777777777777777777777770000}
  341.     NumGlyphs = 4
  342.   end
  343.   object cbxSeperator: TComboBox
  344.     Left = 234
  345.     Top = 372
  346.     Width = 49
  347.     Height = 21
  348.     Hint = 
  349.       'The character that seperates fields. i.e. the commas in "John","' +
  350.       'Smith","123 Melody Lane"'
  351.     ItemHeight = 13
  352.     Items.Strings = (
  353.       ','
  354.       ';'
  355.       '.'
  356.       ':'
  357.       '|'
  358.       '{TAB}')
  359.     MaxLength = 1
  360.     TabOrder = 11
  361.     Text = ','
  362.     OnChange = cbxSeperatorChange
  363.   end
  364.   object txtColor: TComboBox
  365.     Left = 112
  366.     Top = 334
  367.     Width = 113
  368.     Height = 21
  369.     Hint = 'Color can be in either text or hex format'
  370.     ItemHeight = 13
  371.     Items.Strings = (
  372.       'Aqua'
  373.       'Black'
  374.       'Blue'
  375.       'Fuchsia'
  376.       'Gray'
  377.       'Green'
  378.       'Lime'
  379.       'Maroon'
  380.       'Navy'
  381.       'Olive'
  382.       'Purple'
  383.       'Red'
  384.       'Silver'
  385.       'Teal'
  386.       'White'
  387.       'Yellow')
  388.     ParentShowHint = False
  389.     ShowHint = True
  390.     TabOrder = 8
  391.     OnChange = txtColorChange
  392.   end
  393.   object bbtnSetColor: TBitBtn
  394.     Left = 278
  395.     Top = 334
  396.     Width = 131
  397.     Height = 21
  398.     Hint = 'Set the cell'#39's color'
  399.     Caption = 'C&olor'
  400.     TabOrder = 9
  401.     OnClick = bbtnSetColorClick
  402.     Glyph.Data = {
  403.       DE000000424DDE0000000000000076000000280000000F0000000D0000000100
  404.       0400000000006800000000000000000000000000000000000000000000000000
  405.       80000080000000808000800000008000800080800000C0C0C000808080000000
  406.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00444444444444
  407.       444F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBBBB4F4CCCCCC4BBBB
  408.       BB4F4CCCCCC4BBBBBB4F444444444444444F49999994AAAAAA4F49999994AAAA
  409.       AA4F49999994AAAAAA4F49999994AAAAAA4F49999994AAAAAA4F444444444444
  410.       444F}
  411.   end
  412.   object pnlTableBuilder: TPanel
  413.     Left = 0
  414.     Top = 0
  415.     Width = 426
  416.     Height = 209
  417.     BevelOuter = bvLowered
  418.     TabOrder = 16
  419.     object sgTable: TStringGrid
  420.       Left = 4
  421.       Top = 1
  422.       Width = 417
  423.       Height = 206
  424.       BorderStyle = bsNone
  425.       ColCount = 20
  426.       DefaultColWidth = 100
  427.       DefaultRowHeight = 18
  428.       FixedCols = 0
  429.       RowCount = 500
  430.       Font.Color = clBlack
  431.       Font.Height = -15
  432.       Font.Name = 'MS Sans Serif'
  433.       Font.Style = []
  434.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goTabs, goAlwaysShowEditor, goThumbTracking]
  435.       ParentFont = False
  436.       TabOrder = 0
  437.     end
  438.   end
  439.   object txtCellPadding: TMaskEdit
  440.     Left = 112
  441.     Top = 306
  442.     Width = 113
  443.     Height = 21
  444.     Hint = 'Spacing within cells'
  445.     MaxLength = 0
  446.     TabOrder = 6
  447.   end
  448.   object txtCellSpacing: TMaskEdit
  449.     Left = 296
  450.     Top = 306
  451.     Width = 113
  452.     Height = 21
  453.     Hint = 'Spacing between cells'
  454.     MaxLength = 0
  455.     TabOrder = 7
  456.   end
  457.   object btnClear: TButton
  458.     Left = 4
  459.     Top = 416
  460.     Width = 77
  461.     Height = 25
  462.     Hint = 'Clear out table'
  463.     Caption = 'Clea&r'
  464.     TabOrder = 17
  465.     OnClick = btnClearClick
  466.   end
  467.   object dlgOpen: TOpenDialog
  468.     DefaultExt = 'txt'
  469.     FileEditStyle = fsEdit
  470.     Filter = 
  471.       'Comma Delimited (*.CSV)|*.CSV|Text Files (*.TXT)|*.TXT|All Files' +
  472.       ' (*.*)|*.*'
  473.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  474.     Title = 'Load Table'
  475.     Left = 104
  476.     Top = 392
  477.   end
  478.   object dlgSave: TSaveDialog
  479.     DefaultExt = 'csv'
  480.     FileEditStyle = fsEdit
  481.     Filter = 
  482.       'Comma Delimited (*.CSV)|*.CSV|Text Files (*.TXT)|*.TXT|All Text ' +
  483.       '(*.*)|*.*'
  484.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn]
  485.     Title = 'Save Table'
  486.     Left = 128
  487.     Top = 392
  488.   end
  489.   object dlgColor: TColorDialog
  490.     Ctl3D = True
  491.     Left = 152
  492.     Top = 392
  493.   end
  494. end
  495.